home *** CD-ROM | disk | FTP | other *** search
/ Let's Learn About Machines / Let's Learn About Machines.iso / mac / macfiles / NW / Shared.Dxr / 01109.ls < prev    next >
Encoding:
Text File  |  1997-09-18  |  523 b   |  20 lines

  1. on exitFrame
  2.   global tagOrder, foundL1
  3.   set x to 0
  4.   set locHtemp to -20
  5.   repeat with d = 1 to the number of chars in tagOrder
  6.     set the castNum of sprite (33 + x) to the number of cast char d of tagOrder
  7.     if foundL1 then
  8.       set the visible of sprite 31 to 0
  9.     end if
  10.     updateStage()
  11.     set locHtemp to locHtemp + 43
  12.     set the locH of sprite (33 + x) to locHtemp
  13.     set the locV of sprite (33 + x) to 432
  14.     set x to x + 1
  15.   end repeat
  16.   repeat with f = 33 to 44
  17.     puppetSprite(f, 1)
  18.   end repeat
  19. end
  20.